| Fully Qualified Name: | Zend\Soap\Client\Common |
| Extends: | SoapClient |
| Name | Description | Defined By |
|---|---|---|
| __construct() | Common Soap Client constructor | Common |
| __doRequest() | Performs SOAP request over HTTP. | Common |
Common Soap Client constructor
| Parameter Name | Type | Description |
|---|---|---|
| $doRequestCallback | callable | |
| $wsdl | string | |
| $options | array |
Returns:
Performs SOAP request over HTTP.
Overridden to implement different transport layers, perform additional XML processing or other purpose.
| Parameter Name | Type | Description |
|---|---|---|
| $request | string | |
| $location | string | |
| $action | string | |
| $version | int | |
| $oneWay | int |
Returns: mixed